home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- global gClothingOn
- if bounceButton(the clickOn) then
- -- if count(gClothingList)>0 then
- -- puppetsound 1,"2forget,prompt"
- -- updatestage
- -- else
- set gRound=value(field "roundN")
- set gRound=gRound+1
- put gRound into field "roundN"
- set goFrame="play"
- if gRound=1 then set goFrame="another"
- go to frame goFrame of movie the moviePath&"L02A1"
- -- end if
- end if
- end
-
-